Distributed Computing Environment - определение. Что такое Distributed Computing Environment
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Distributed Computing Environment - определение

COMMUNICATIONS PROTOCOL
Distributed computing environment; FreeDCE; Network Computing Achitecture
Найдено результатов: 2847
Distributed Computing Environment         
(DCE) An architecture consisting of standard programming interfaces, conventions and server functionalities (e.g. naming, distributed file system, remote procedure call) for distributing applications transparently across networks of heterogeneous computers. DCE is promoted and controlled by the Open Software Foundation (OSF). Usenet newsgroup: news:comp.soft-sys.dce. http://dstc.edu.au/AU/research_news/dce/dce.html. (1994-12-07)
Distributed Computing Environment         
In computing, the Distributed Computing Environment (DCE) software system was developed in the early 1990s from the work of the Open Software Foundation (OSF), a consortium (founded in 1988) that included Apollo Computer (part of Hewlett-Packard from 1989), IBM, Digital Equipment Corporation, and others. The DCE supplies a framework and a toolkit for developing client/server applications.
Distributed computing         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
Distributed computing is a field of computer science that studies distributed systems. A distributed system is a system whose components are located on different networked computers, which communicate and coordinate their actions by passing messages to one another from any system.
distributed system         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
A collection of (probably heterogeneous) automata whose distribution is transparent to the user so that the system appears as one local machine. This is in contrast to a network, where the user is aware that there are several machines, and their location, storage replication, load balancing and functionality is not transparent. Distributed systems usually use some kind of client-server organisation. Distributed systems are considered by some to be the "next wave" of computing. Distributed Computing Environment is the {Open Software Foundation}'s software architecture for distributed systems. http://dstc.edu.au/AU/research_news/dist-env.html. (1994-12-06)
distributed systems         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
distributed system         
  • (a), (b): a distributed system.<br/>(c): a parallel system.
SYSTEM WHOSE COMPONENTS ARE LOCATED ON DIFFERENT NETWORKED COMPUTERS
Distributed programming; Distributed processing; Distributed Computing; Distributed systems; Distributed system; Distributed comuting; Distributed application; Distributed computation; Distributing computing; Distributed Computing Architecture; Distributed architecture; Distributed Systems; Distributed-parameter system; Distributed software; Distributed systems theory; Distributed Information Processing; Distributed information processing; Distributed applications; Distributed computer system; Global Virtual Time; Asynchronous distributed system; Distributed Application; Distributed program; Applications of distributed computing; Distributed Apps; History of distributed computing
¦ noun a number of independent computers linked by a network.
List of distributed computing projects         
  • thumb
COMPREHENSIVE LIST OF VOLUNTEER COMPUTING PROJECTS
List of Distributed computing projects; Distributed computing project; List of distributed computing projects
This is a list of distributed computing and grid computing projects. For each project, donors volunteer computing time from personal computers to a specific cause.
Symposium on Principles of Distributed Computing         
ACM ANNUAL CONFERENCE SERIES ON DISTRIBUTED COMPUTING
PODC; ACM Symposium on Principles of Distributed Computing
The Symposium on Principles of Distributed Computing (PODC) is an academic conference in the field of distributed computing organised annually by the Association for Computing Machinery (special interest groups SIGACT and SIGOPS).PODC web site.
List of volunteer computing projects         
  • thumb
COMPREHENSIVE LIST OF VOLUNTEER COMPUTING PROJECTS
List of Distributed computing projects; Distributed computing project; List of distributed computing projects
This is a comprehensive list of volunteer computing projects; a type of distributed computing where volunteers donate computing time to specific causes. The donated computing power comes from idle CPUs and GPUs in personal computers, video game consoles and Android devices.
Volunteer computing         
  • A program running on a volunteer's computer periodically contacts a research application server via the [[Internet]] to request jobs and report results.
SYSTEM WHERE USERS DONATE COMPUTER RESOURCES TO CONTRIBUTE TO RESEARCH
Public Resource Computing
Volunteer computing is a type of distributed computing in which people donate their computers' unused resources to a research-oriented project, and sometimes in exchange for credit points. The fundamental idea behind it is that a modern desktop computer is sufficiently powerful to perform billions of operations a second, but for most users only between 10-15% of its capacity is used.

Википедия

Distributed Computing Environment

In computing, the Distributed Computing Environment (DCE) software system was developed in the early 1990s from the work of the Open Software Foundation (OSF), a consortium (founded in 1988) that included Apollo Computer (part of Hewlett-Packard from 1989), IBM, Digital Equipment Corporation, and others. The DCE supplies a framework and a toolkit for developing client/server applications. The framework includes:

  • a remote procedure call (RPC) mechanism known as DCE/RPC
  • a naming (directory) service
  • a time service
  • an authentication service
  • a distributed file system (DFS) known as DCE/DFS

DCE represented a big step in the direction of standardization of architectures, which had previously been manufacturer-dependent. Like the OSI model, DCE has not seen much success in practical implementation; however, its underlying concepts have had more substantial influence over subsequent efforts.